home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TFREQDLG / TFREQDLG.txt
Text File  |  1997-07-16  |  2KB  |  79 lines

  1. object FReqDlg: TFReqDlg
  2.   Left = 219
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Make/Edit File Request'
  7.   ClientHeight = 182
  8.   ClientWidth = 334
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object gFiles: TAdvGrid
  23.     Left = 12
  24.     Top = 12
  25.     Width = 225
  26.     Height = 153
  27.     FixedFont.Charset = DEFAULT_CHARSET
  28.     FixedFont.Color = clWindowText
  29.     FixedFont.Height = -11
  30.     FixedFont.Name = 'MS Sans Serif'
  31.     FixedFont.Style = []
  32.     ColCount = 3
  33.     DefaultRowHeight = 17
  34.     RowCount = 2
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -12
  38.     Font.Name = 'Fixedsys'
  39.     Font.Style = []
  40.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goThumbTracking, goDigitalRows]
  41.     ParentFont = False
  42.     PopupMenu = gFiles.
  43.     TabOrder = 0
  44.     ColWidths = (
  45.       30
  46.       90
  47.       83)
  48.   end
  49.   object bOK: TButton
  50.     Left = 248
  51.     Top = 14
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 1
  58.   end
  59.   object bCancel: TButton
  60.     Left = 248
  61.     Top = 46
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 2
  68.   end
  69.   object bHelp: TButton
  70.     Left = 248
  71.     Top = 78
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Help'
  75.     TabOrder = 3
  76.     Visible = False
  77.   end
  78. end
  79.